<xs:element name="CommandCode" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>DE: Anweisungs-Code vom Auftraggeber</dt>
<dt>002 = Aufbau</dt>
<dt>003 = Anschluss</dt>
<dt>004 = Zusteuerung der Ware durch Spediteur</dt>
<dt></dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>Instruction by the client</dt>
<dt>002 = Assembly</dt>
<dt>003 = Connection</dt>
<dt>004 = Adding the goods by the carrier</dt>
<dt></dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|